Defines a submit form action. A submit form action transmits the names and values of selected interactive form fields to a specified uniform resource locator (URL).

Full documentation

Full documentation

Full documentation

Initializes a new PDFSubmitFormAction object.

Full documentation

Initializes a new PDFSubmitFormAction object with the specified COS action.

Full documentation

Creates a PDF action from a cos dictionary.

Full documentation

Gets a value indicating whether only the annotations created by the current user are submitted.

Full documentation

Gets the sequence of actions to be performed after this action.

Full documentation

Gets the cos action object.

Full documentation

Gets the format of the submitted data.

Full documentation

Gets a value indicating whether the PDF file is embedded in the submitted data.

Full documentation

Gets the list identifying which fields to include in the submission or which to exclude. If this list is null or empty then all the form fields are submitted regardless of the value set by getSubmitFields method. The fields for which the method com.o2sol.pdf4java.forms.PDFField.isExportable returns false will not be submitted no matter if they are included in the list or not.

Full documentation

Gets a value indicating whether the fields should be submitted or not.

Full documentation

Gets the URL the form data is submitted for processing.

Full documentation

Gets a value indicating whether the submitted FDF file includes all markup annotations in the underlying PDF document.

Full documentation

Gets a value indicating whether the incremental updates to the underlying PDF document are included in the submitted FDF file.

Full documentation

Gets a value indicating whether the fields with no value are submitted.

Full documentation

Sets the sequence of actions to be performed after this action.

Full documentation

Sets the format of the submitted data.

Full documentation

Sets a value indicating whether the PDF file is embedded in the submitted data.

Full documentation

Sets a value indicating whether only the annotations created by the current user are submitted.

Full documentation

Sets the list identifying which fields to include in the submission or which to exclude. If this list is null or empty then all the form fields are submitted regardless of the value set by getSubmitFields method. The fields for which the method com.o2sol.pdf4java.forms.PDFField.isExportable returns false will not be submitted no matter if they are included in the list or not.

Full documentation

Sets a value indicating whether the submitted FDF file includes all markup annotations in the underlying PDF document.

Full documentation

Sets a value indicating whether the incremental updates to the underlying PDF document are included in the submitted FDF file.

Full documentation

Sets a value indicating whether the fields with no value are submitted.

Full documentation

Sets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data.

Full documentation

Sets a value indicating whether the fields should be submitted or not.

Full documentation

Sets the URL the form data is submitted for processing.

Full documentation

Sets a value indicating whether the field values representing dates are converted to the standard PDF format.

Full documentation

Sets a value indicating whether the form data is submitted using HTTP GET method.

Full documentation

Gets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data.

Full documentation

Gets a value indicating whether the field values representing dates are converted to the standard PDF format.

Full documentation

Gets a value indicating whether the form data is submitted using HTTP GET method.

Full documentation